func runtime.notewakeup

20 uses

	runtime (current package)
		lock_futex.go#L26: func notewakeup(n *note) {
		proc.go#L1780: 		notewakeup(&sched.sysmonnote)
		proc.go#L1796: 			notewakeup(&mp.park)
		proc.go#L2244: 		notewakeup(&sched.safePointNote)
		proc.go#L2893: 			notewakeup(&newmHandoff.wake)
		proc.go#L3121: 	notewakeup(&nmp.park)
		proc.go#L3163: 			notewakeup(&sched.stopnote)
		proc.go#L3172: 			notewakeup(&sched.safePointNote)
		proc.go#L3290: 	notewakeup(&mp.park)
		proc.go#L3316: 		notewakeup(&sched.stopnote)
		proc.go#L4750: 		notewakeup(&sched.sysmonnote)
		proc.go#L4773: 			notewakeup(&sched.stopnote)
		proc.go#L5050: 			notewakeup(&sched.sysmonnote)
		proc.go#L5099: 		notewakeup(&sched.sysmonnote)
		proc.go#L6455: 			notewakeup(&mp.park)
		profbuf.go#L407: 			notewakeup(&b.wait)
		profbuf.go#L439: 			notewakeup(&b.wait)
		rwmutex.go#L112: 				notewakeup(&w.park)
		rwmutex.go#L155: 		notewakeup(&reader.park)
		sigqueue.go#L116: 				notewakeup(&sig.note)